CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Sobel Laplacian

搜索资源列表

  1. waveletanalysis

    0下载:
  2. 边缘是图像中最重要的信息,是模式识别、图像分 割以及场景分析的重要基础。边缘检测是图像处理领 域一项重要的技术和任务。图像中边缘通常解释为灰 度值有突然改变,像素梯度具有局部极大值。很多经 典的边缘检测算子如:Roberts, Sobel, Prewitt, Frei- Chen和Laplacian等,均以图像局部区域特征与特定 边缘模式匹配为基础,定义数个方向导数模板(一般为 窗口),将图像与模板进行卷积运算实现边缘检测。它 们具有实现简单,速度快速,易于应用
  3. 所属分类:Project Design

    • 发布日期:2017-11-25
    • 文件大小:32454
    • 提供者:zhk
  1. EdgeDet

    0下载:
  2. 数字图像边缘检测,Prewitt算子,sobel算子,laplacian算子,实现方法-Digital image edge detection, Prewitt operator, sobel operator, laplacian operator method
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:2845837
    • 提供者:孙丹阳
  1. bianyuanruihua

    0下载:
  2. 该程序是基于MATLAB的边缘锐化程序,程序内含有SOBEL算子锐化,Laplacian算子锐化。-The program is based on the the MATLAB edge of sharpening program, the program contains SOBEL operator sharpen, Laplacian operator sharpening the.
  3. 所属分类:Graph program

    • 发布日期:2017-11-11
    • 文件大小:522291
    • 提供者:上官光华
  1. edge

    0下载:
  2. C++编程,使用不同算子提取图像边缘,Sobel算子,Robot算子,拉普拉斯算子等-C++ programming, image edge extraction using a different operator, Sobel operator, Robot operator, Laplacian, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:2630989
    • 提供者:陶伟
  1. Digital-Image-Processing

    0下载:
  2. 1 打开一个BMP文件,将其局部区域的灰度值进行改变,另存为一个新的BMP文件,要求显示出原BMP图像和新BMP图像。 2.编程实现图像傅立叶高通、低通滤波。 3.打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑 4.打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 5.编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:909373
    • 提供者:fei
  1. 4

    0下载:
  2. 在vc平台下实现了对所选图像进行robert边缘算子,sobel算子,拉普拉斯算子等等边缘检测-Vc platform to achieve the selected image robert edge operator, sobel operator, Laplacian edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:2008729
    • 提供者:徐昊
  1. source

    0下载:
  2. 图像处理系列之边缘检测篇 涵盖内容: 1>Roberts算子 2>Prewitt算子 3>Sobel算子 4>Laplacian算子-Edge Detection
  3. 所属分类:Graph program

    • 发布日期:2017-11-26
    • 文件大小:229918
    • 提供者:Zorro
  1. CHENGXU

    0下载:
  2. 另存为一个新的BMP文件,要求显示出原BMP图像和新BMP图像。 2.编程实现图像傅立叶高通、低通滤波。 3.打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑 4.打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 5.编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像 6.在图像中生成一个矩形,然后用模板匹配法找出矩形位置。使用SSDA或改进的SSDA法-ave
  3. 所属分类:Oracle

    • 发布日期:2017-11-20
    • 文件大小:925
    • 提供者:方芳
  1. matlab_4

    0下载:
  2. 基于matlab的4种梯度算子,Sobel Operator、Laplacian Operator、Prewitt Operator-Matlab based on the four kinds of gradient operator
  3. 所属分类:Development Research

    • 发布日期:2017-11-10
    • 文件大小:77804
    • 提供者:legequ
  1. Image-Edge-Detection

    0下载:
  2. 对媒体技术实验之---图像边缘检测,分别使用Sobel,Prewitt,Roberts,Laplacian of Gaussian,zero-cross,Canny检测法对灰度图像进行边缘检测-For media technology experiments--- image edge detection, respectively, using Sobel, Prewitt, Roberts, Laplacian of Gaussian, zero-cross, Canny detection
  3. 所属分类:Graph program

    • 发布日期:2017-11-16
    • 文件大小:190813
    • 提供者:龚晔
  1. BYJC

    0下载:
  2. java 实现的边缘检测算法,有Roberts算子、Prewitt算子、Laplacian算子、Sobel算子,有界面,直接运行org.zfz.app.PhotoApp,-java implementation of edge detection algorithms, Roberts operator, Prewitt operator, Laplacian operator, Sobel operator, interface, directly run org.zfz.app.PhotoA
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:17850
    • 提供者:清真
  1. Matlab-GUI_image5-(2)

    1下载:
  2. 使用Matlab GUI界面编写的图像锐化程序,实现的功能包括:图像的打开、保存、使用“sobel算子”、“prewitt算子”、“roberts算子”、“log算子”、“canny算子”、“zero-cross算子”、“laplacian算子”对图像进行锐化等。-Written in Matlab GUI interface using image sharpening procedures, functions include: the image open, save, use the &
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:11827
    • 提供者:tuzki
  1. DigitalImageProcessing

    0下载:
  2. 图像分割中的robert算子,sobel算子,laplacian算子,prewitt算子,kirsch算子,log算子,canny算子-Image segmentation operator robert, sobel operator, laplacian operator, prewitt operator, kirsch operator, log operator, canny operator
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:40568
    • 提供者:吉祥
  1. LRG51

    0下载:
  2. 实现两种锐化图像输出,要求采用两种梯度算子:(1)Sobel梯度算子(2)拉普拉斯算子:-The realization of two types of sharpening the image output request using two gradient operator: (1) Sobel gradient operator (2) Laplacian:
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1215
    • 提供者:shapp
  1. Edge-detection

    0下载:
  2. 不用库函数,实现基本的图像边缘检测,主要以下三个算法:Laplacian, Roberts, Sobel and the Prewitt Edge detection algorithms-Implement three Edge detection algorithms:Laplacian, Roberts, Sobel and the Prewitt Edge detection algorithms
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:54411
    • 提供者:石巍巍
  1. sharpen

    0下载:
  2. 图像锐化。打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。-Image sharpening. Open an image using the gradient method Roberts, Sobel operator and Laplacian sharpening, and compare the results.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:519
    • 提供者:王大锤
  1. edge-detection

    0下载:
  2. Roberts operator,Sobel operator,Laplacian operator,LOG operator,Prewitt operator各算法在图像处理的边缘检测中的比较-Roberts operator, Sobel operator, Laplacian operator, LOG operator, Prewitt operator compares the edge detection algorithm in the image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:114869
    • 提供者:懿璐
  1. ques10

    0下载:
  2. . Write MATLAB code that will do the following. (a) Perform point detection. (b) Perform line detection. (c) Perform edge detection using Laplacian, Prewitt, Sobel operators. (d) Perform boundary detection using Hough Transform. (e) Perform
  3. 所属分类:matlab

    • 发布日期:2017-04-23
    • 文件大小:42935
    • 提供者:Rokibul Ahmed
  1. imgReinforce

    0下载:
  2. 利用matlab的滤波器对图像进行增强。使用到了Laplace和Sobel两种算子。压缩文件中包含图像文件。-Perform processing steps one by one apply sharpening filters (Laplacian and Sobel) with other spatial filters to enhance the original image。
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:28423
    • 提供者:gaopeng
  1. EDGE

    0下载:
  2. 可用于打开/保存位图,并实现对位图的边缘检测:Roberts边缘算子、Sobel边缘检测算子、Prewitt边缘检测算子、Kirsch边缘检测算子、拉普拉斯算子、高斯拉普拉斯算子-Can be used to open/save the bitmap and edge detection for bitmap: Roberts edge operator, Sobel edge detection operator, Prewitt edge detection operator, Kirsch
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3303885
    • 提供者:比尔叔
« 1 2 3 4 56 »
搜珍网 www.dssz.com